furny.jme.appstate
Class SimpleAppState.AppActionListener

java.lang.Object
  extended by furny.jme.appstate.SimpleAppState.AppActionListener
All Implemented Interfaces:
com.jme3.input.controls.ActionListener, com.jme3.input.controls.InputListener
Enclosing class:
SimpleAppState

private class SimpleAppState.AppActionListener
extends java.lang.Object
implements com.jme3.input.controls.ActionListener

Extended listener for key input.

Since:
10.08.2012
Author:
Stephan Dreyer

Constructor Summary
private SimpleAppState.AppActionListener()
           
 
Method Summary
 void onAction(java.lang.String name, boolean value, float tpf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAppState.AppActionListener

private SimpleAppState.AppActionListener()
Method Detail

onAction

public void onAction(java.lang.String name,
                     boolean value,
                     float tpf)
Specified by:
onAction in interface com.jme3.input.controls.ActionListener